TimeOut directive


Purpose

The TimeOut directive sets the maximum amount of time the server will wait for any network read or write operation. This includes the time the server will wait for a client to initiate a transaction after connecting. Network writes are 4K in size, and each are individually timed.

Normally, 30 seconds is plenty, however, if the server or any clients are on an extremely slow SLIP or PPP link, you may need to increase this. If the server and clients are on a private high-speed net, you can reduce the timeout so that the server will quickly drop a connection that was canceled mid-stream by a client. This will slightly increase the capacity of the server.


Syntax

TimeOut time

Where time is the amount of time in seconds the server should wait.

Only one TimeOut directive is allowed in the configuration file.


Default

If you do not specify a TimeOut, httpd assumes:

TimeOut 30

This is a timeout of thirty seconds.


Example

TimeOut 60

You might need this if you use a slow link.

Return to Server Configuration File Overview


Robert B. Denny <rdenny@netcom.com>